lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

grep(;pattern;)-{-match-..-}-(gre).sublime-snippet (216B)


      1 <snippet>
      2 	<content><![CDATA[grep(${1:/${2:pattern}/}) { |${3:match}| $0 }]]></content>
      3 	<tabTrigger>gre</tabTrigger>
      4 	<scope>source.ruby</scope>
      5 	<description>grep(/pattern/) { |match| .. }</description>
      6 </snippet>